import type { IGenerateOption } from './types'; export declare function getOption(option: IGenerateOption): Required;