export declare class Assert { static assert(p: boolean, s?: string): void; }