import { Command } from "@commander-js/extra-typings"; export declare const usage: Command<[], { json?: true; } & { envFile?: string; url?: string; adminKey?: string; prod?: boolean; previewName?: string; deploymentName?: string; deployment?: string; }, {}>; export declare const usageLimits: Command<[], { envFile?: string; url?: string; adminKey?: string; prod?: boolean; previewName?: string; deploymentName?: string; deployment?: string; }, {}>; //# sourceMappingURL=usageLimits.d.ts.map