import { KiteConfig, KiteSetup } from './types/index.js';
declare const ymlGenerator: () => (c: KiteConfig) => KiteSetup;
export default ymlGenerator;
//# sourceMappingURL=yml.d.ts.map