import { PayloadRequest } from "payload";
export declare const defaultCallbackExtractToken: (req: PayloadRequest) => Promise<string>;
