export declare const logResponseError: (e: any, message: string, logLevel?: 'error' | 'warn') => Promise; export declare const getNonce: (environmentId: string) => Promise;