import ts from "typescript"; export interface TypeDescription { moduleName: string; name: string; } export declare const allowAnyPropOnTypes: (ast: ts.SourceFile) => ts.SourceFile; //# sourceMappingURL=main.d.ts.map