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