export declare const assert: { ok: (checked: boolean, msg: string) => void; }; export default assert;