/** * Removes a user or client credentials token. */ declare const _default: (tokenId: string, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;