import type { PayloadRequest } from 'payload';
export declare const handleError: ({ collection, error, global, req, }: {
    collection?: string;
    error: unknown;
    global?: string;
    req?: Partial<PayloadRequest>;
}) => never;
//# sourceMappingURL=handleError.d.ts.map