/** * Fetch a specific document of a certain order. */ declare const _default: (orderId: string, fileId: string, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;