import { ErrorUnion, OkUnion } from '../outputs'; /** * Deletes saved credentials for all payment provider bots * @param {Object} state * @returns {OkUnion | ErrorUnion} */ export declare type DeleteSavedCredentialsMethod = (state?: Record) => Promise;