import type { CommandContext, QuotaResult } from './types'; export declare const quota: (ctx: CommandContext, path: string) => Promise; //# sourceMappingURL=quota.d.ts.map