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