import { ErrorUnion, OrderInfoUnion } from '../outputs'; /** * Returns saved order info, if any * @param {Object} state * @returns {OrderInfoUnion | ErrorUnion} */ export declare type GetSavedOrderInfoMethod = (state?: Record) => Promise;