export declare function getClassName(s: string): string; export declare function getInterfaceName(s: string): string; export declare function getShortClassName(s: string): string; export declare function getShortInterfaceName(s: string): string; export declare function trimRefPrefix(ref: string): string;