/** * Fetch product size guides for a given product id. This sizeguides logic should * be used where the project has a category tree. If your project does not have a * category tree you should use the size guides logic from * \@farfetch/blackout-redux/sizeGuides. */ declare const _default: (productId: number, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;