import * as ts from 'typescript'; export declare type TsAutoMockFilesOption = string | string[] | undefined; export declare function GetIsFilesExcludedFromOptions(): (sourceFile: ts.SourceFile) => boolean;