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