export type AllowedOrigins = string[] | ((origin: string) => boolean); export declare const isOriginAllowed: (origin: string | null, allowed: AllowedOrigins | undefined) => boolean; //# sourceMappingURL=origin.d.ts.map