export declare class Assert { static isString(input: string, paramName: string): void; static isNotNull(input: any, paramName: string): void; }