import { BuilderCommand } from '../../types';
export declare const getLogOptions: ({}: BuilderCommand) => {
    name: string;
    description: string;
}[];
//# sourceMappingURL=logOptions.d.ts.map