/** * Removes a personal id. */ declare const _default: (userId: number, personalId: string, config: import("@farfetch/blackout-client").Config) => (dispatch: import("redux").Dispatch) => Promise; export default _default;