export declare class Skip { private pattern; constructor(pattern: string); isSkipped(path: string): boolean; }