import { ErrorUnion } from '../outputs'; /** * Does nothing and ensures that the Error object is used; for testing only. This is * an offline method. Can be called before authorization * @param {Object} state * @returns {ErrorUnion | ErrorUnion} */ export declare type TestUseErrorMethod = (state?: Record) => Promise;