export declare const apiInquirer: (config?: { version: string; component: { type: string; test: boolean; style: string; storybook: boolean; exportType: string; includeIndex: boolean; translations: boolean; rootDir: string; disabled: boolean; }; api: { type: string; init: boolean; crud: boolean; prefix: string; rootDir: string; disabled: boolean; }; router: { main: boolean; type: string; withTabs: boolean; rootDir: string; disabled: boolean; }; form: { withContext: boolean; withValidation: boolean; type: string; validationMode: string; revalidationMode: string; exportType: string; includeIndex: boolean; rootDir: string; disabled: boolean; validationType: string; }; } | undefined) => Promise;