import { NativeAuthConfigType } from '../nativeAuth.types'; export declare const getDefaultNativeAuthConfig: (config?: NativeAuthConfigType) => { origin: string; apiAddress: string; expirySeconds: number; tokenExpirationToastWarningSeconds: number; };