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