export declare function convertName(name: string): string;
export declare function isNil<T>(val: T): boolean;
