import { Logger } from '@ovotech/potygen'; import { Command } from 'commander'; export declare const potygen: (overwriteLogger?: Logger) => Command;