export default class GraphProperties { private unmangledToMangledPropKeys; add(mangledPropertyKey: string, unmangledPropertyKey: string): void; getMangledProperty(unmangledProperty: string): string | undefined; getMangledProperties(): string[]; } //# sourceMappingURL=GraphProperties.d.ts.map