export declare function ThrowIfNull(name: string, target: any): void; export declare function ThrowInvalidOperation(message: string): never;