import { ErrorUnion, UserUnion } from '../outputs'; /** * Returns a user that can be contacted to get support * @param {Object} state * @returns {UserUnion | ErrorUnion} */ export declare type GetSupportUserMethod = (state?: Record) => Promise;