export declare const IFRAME_ENDPOINTS: { local: string; test: string; dev: string; preprod: string; prod: string; }; export declare const getCivicPassEndpoint: (stage: string) => string;