import { IOption, OutputType } from './type/options'; export declare function resolveExts(useTypescript: boolean | undefined): string[]; export declare const getKeys: (o: T) => (keyof T)[]; export declare const getOutputDir: (config: IOption) => OutputType;