import GraphT from './Graph'; export default class Graph extends GraphT { static WriteFile(fileName: string, data: unknown): Promise; static ExistsFile(fileName: string): boolean; static ReadFile(fileName: string): Promise; AllPairShortestPath({ cache }: { cache?: boolean | undefined; }): Promise; private Read; private Save; } //# sourceMappingURL=GraphFile.d.ts.map