import { ErrorUnion, JsonValueUnion } from '../outputs'; /** * Returns application config, provided by the server. Can be called before authorization * @param {Object} state * @returns {JsonValueUnion | ErrorUnion} */ export declare type GetApplicationConfigMethod = (state?: Record) => Promise;