import type { SanitizedConfig } from '../config/types.js'; import type { PayloadRequest } from '../types/index.js'; /** * Returns a trusted request origin */ export declare const getRequestOrigin: ({ config, req, }: { config: Pick; req: Pick; }) => string; //# sourceMappingURL=getRequestOrigin.d.ts.map