import { BackingTypes } from './types'; export declare const defaultTSTypeMatcher: RegExp; export declare function extract(filePaths: (string | undefined)[]): BackingTypes; //# sourceMappingURL=extract.d.ts.map