import { ErrorUnion, UserUnion } from '../outputs'; /** * Returns the current user * @param {Object} state * @returns {UserUnion | ErrorUnion} */ export declare type GetMeMethod = (state?: Record) => Promise;