import { NormalizedSchema } from '../schema';
export declare function promptKtorFeatures(options: NormalizedSchema): Promise<void>;
