export declare function isKeyword(word: string): boolean; export declare const nil = "nil"; export declare function formatTypeName(name: readonly string[]): string; export declare function formatMethodName(name: readonly string[]): string; export declare function formatFieldPath(name: readonly string[]): string;