export type IsSourceInAuthorizedCSP = (source: string) => Promise<boolean>;
export declare const isSourceInAuthorizedCSP: IsSourceInAuthorizedCSP;
