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