import type { OptionValues } from 'commander'; import type BaseCommand from '../base-command.js'; export declare function getName({ deploy, userId }: { deploy: any; userId: string; }): string; export declare const logsBuild: (_options: OptionValues, command: BaseCommand) => Promise; //# sourceMappingURL=build.d.ts.map