export declare function debugAssert(test: any, msg: string): void; export declare function prodAssert(): void; export default debugAssert;