import { Context } from "../../bundler/context.js"; export declare function dataInDeployment(ctx: Context, options: { deploymentUrl: string; adminKey: string; deploymentNotice: string; tableName?: string | undefined; limit: number; order: "asc" | "desc"; component?: string | undefined; format?: "json" | "jsonArray" | "jsonLines" | "jsonl" | "pretty" | undefined; }): Promise; //# sourceMappingURL=data.d.ts.map