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