/** * Assert that the statement is true, otherwise invoke an error with the given message. */ export declare function assert(statement: boolean, error: string): void; export declare function log(...args: any[]): void;