export declare class Throw { static if: (condition: boolean, message?: string) => void; static ifNull: (obj: any, message?: string) => void; static notImplementedException: () => never; static shouldNeverGetHereException: () => never; }