import { GenerateArgs } from '../../types'; export { format } from './generator'; export declare function generate(args: GenerateArgs): string;