import { AccountTtlUnion, ErrorUnion } from '../outputs'; /** * Returns the period of inactivity after which the account of the current user will * automatically be deleted * @param {Object} state * @returns {AccountTtlUnion | ErrorUnion} */ export declare type GetAccountTtlMethod = (state?: Record) => Promise;