export declare const matchWildcard: (input: string, pattern: string) => boolean;
