export declare const DEFAULT_TYPE_DEF_HEADER = "/* auto-generated by NAPI-RS */\n/* eslint-disable */\n"; export declare function processTypeDef(intermediateTypeFile: string, constEnum: boolean): Promise<{ dts: string; exports: string[]; }>; export declare function correctStringIdent(src: string, ident: number): string;