export declare const buildProjects: (all: boolean, localDir: string, projects: string) => Promise<Buffer>;
export declare const buildAssets: (assets: string, localDir: string, projects: string) => Promise<Buffer>;
export declare const getOutputPath: (projects: string | undefined, all: boolean, names: string, fileType: "build" | "test") => Promise<string>;
//# sourceMappingURL=build-action-helper.d.ts.map