export declare function verify( condition: boolean, message?: string, code?: number, exception?: Error, kwargs?: Record, safeKeys?: string[] ): void;