import ts from 'typescript'; type GlobalTypeName = 'File' | 'Blob'; export declare const getGlobalType: (typeName: GlobalTypeName, checker: ts.TypeChecker) => ts.Type | undefined; export {}; //# sourceMappingURL=getGlobalType.d.ts.map