import { RestCommand } from "../../types.js"; //#region src/rest/commands/utils/cache.d.ts /** * Resets both the data and schema cache of Directus. This endpoint is only available to admin users. * @returns Nothing */ declare const clearCache: () => RestCommand; //#endregion export { clearCache }; //# sourceMappingURL=cache.d.ts.map