/** * Fetch the guest user details with the specified id. */ declare const _default: (id: number, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;