/** * Fetches configurations. */ declare const _default: (query?: import("@farfetch/blackout-client").ConfigurationsQuery | undefined, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;