import { Command } from "@commander-js/extra-typings";
export declare const data: Command<[string | undefined], {
    limit: number;
    order: "asc" | "desc";
    component?: string;
    format?: "json" | "jsonl" | "jsonLines" | "jsonArray" | "pretty";
} & {
    envFile?: string;
    url?: string;
    adminKey?: string;
    prod?: boolean;
    previewName?: string;
    deploymentName?: string;
    deployment?: string;
}, {}>;
//# sourceMappingURL=data.d.ts.map