import { IMigrosNecessaryHeaders } from "../interfaces/headers"; export type ICategoryListOptions = Record; export declare function categoryList(headers: IMigrosNecessaryHeaders, categoryListOptions?: ICategoryListOptions): Promise;