import { type createGenerator } from "./types.ts"; import { type TruePGConfig, type ValidatedConfig, config } from "./config.ts"; export { type TruePGConfig, type ValidatedConfig, config }; export declare function generate(opts: TruePGConfig, generators?: createGenerator[]): Promise;