export interface SkipPattern { test(line: string): boolean; } export declare const compileSkipPattern: (pattern: string) => SkipPattern;