import Error from "./error"; export declare class InvalidPatternError extends Error { name: string; }