export interface ExecResult { exitCode: number; stdout: string; stderr: string; } export declare function bcGenerate(executable: string, options?: Partial): Promise; export declare function bcCheck(executable: string, options?: Partial): Promise; //# sourceMappingURL=commands.d.ts.map