export declare function isDev(): boolean; export declare function warn(message: string): void; export declare function warn(message: string, scope: string): void; export declare class AssertionException extends Error { constructor(message?: string); } export declare function assert(predicate: boolean, message?: string): asserts predicate; //# sourceMappingURL=assert.d.ts.map