import type { TsNode } from './types'; export declare const TAB = " "; export declare const keywords: Set; export declare const normalizeKey: (prop: string) => string; export declare const isSimpleType: ({ node }: TsNode) => boolean; //# sourceMappingURL=util.d.ts.map