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