/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export type DeployOptionsModel = {
    localDir: string;
    all: boolean;
    archive: string;
    target: string;
    username: string;
    password: string;
    authToken: string;
    overwrite: boolean;
    project: string;
    names: string;
    debug: boolean;
};
//# sourceMappingURL=deploy-options-model.d.ts.map