import { AuthorizationStateUnion, ErrorUnion } from '../outputs'; /** * Returns the current authorization state; this is an offline request. For informational * purposes only. Use updateAuthorizationState instead to maintain the current authorization * state * @param {Object} state * @returns {AuthorizationStateUnion | ErrorUnion} */ export declare type GetAuthorizationStateMethod = (state?: Record) => Promise;