import { ErrorUnion, OkUnion } from '../outputs'; /** * Does nothing; for testing only. This is an offline method. Can be called before authorization * @param {Object} state * @returns {OkUnion | ErrorUnion} */ export declare type TestCallEmptyMethod = (state?: Record) => Promise;