import type { Dialect } from 'kysely'; import { type GenerateOptions } from 'kysely-codegen'; export declare class Codegen { dialect: Dialect; constructor(dialect: Dialect); generate(opts: Omit): Promise; }