import { Command } from "@commander-js/extra-typings";
export declare const deploy: Command<[], {
    verbose?: true | undefined;
    dryRun?: true | undefined;
    yes?: true | undefined;
    typecheck: "enable" | "try" | "disable";
    codegen: "enable" | "disable";
    cmd?: string | undefined;
    cmdUrlEnvVarName?: string | undefined;
    previewRun?: string | undefined;
    previewCreate?: string | undefined;
    checkBuildEnvironment: "enable" | "disable";
    debugBundlePath?: string | undefined;
    debug?: true | undefined;
    adminKey?: string | undefined;
    url?: string | undefined;
    writePushRequest?: string | undefined;
    previewName?: string | undefined;
    liveComponentSources?: true | undefined;
}>;
//# sourceMappingURL=deploy.d.ts.map