import ts from "typescript"; export interface InterfaceDetails { methodNames: ts.PropertyName[]; propertyNames: ts.PropertyName[]; } //# sourceMappingURL=interface-details.d.ts.map