export declare class AssertionError extends Error { } export declare function assertExists(val: T, msg: string): NonNullable; export declare function assert(statement: boolean, msg: string): boolean;