export declare function assert(condition: boolean, errorMessage: string | Error, addInfos?: any, ...args: any[]): void;
