export declare const validateOrigin: (origin: string) => boolean;
export declare const validateOrigins: (origins: string[]) => string | undefined;
