export declare function assertIsNull(input: unknown, error?: string | Error): asserts input is null;