export type T_GetMenuItemsQueryParams = {
    searchType?: string;
    searchKey?: string;
    menu?: string;
    isLimit?: number | '';
    offset?: number;
    output?: 'options';
};
//# sourceMappingURL=index.d.ts.map