import { type ApplicationOptions } from '@schemifyjs/types';
export declare function askApplicationOptions(): Promise<Omit<ApplicationOptions, 'name'>>;
