/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export type BuildOptionsModel = {
    all: boolean;
    localDir: string;
    output: string;
    project: string;
    names: string;
    debug: boolean;
};
//# sourceMappingURL=build-options-model.d.ts.map