export declare function assertIsStringMatching(input: unknown, pattern: RegExp, error?: string | Error): asserts input is string;