export declare function DEBUG_ASSERT(test: any, reason: string): void;
export declare function RUNTIME_ASSERT(test: any, reason: string): void;
