export default function wildcardMatch(str: string, pattern: string): boolean;
