export declare function mapRegexp(pattern: string): string;
export declare function fullMatch(pattern: string): string;
