import { Path } from "graphql/jsutils/Path";
export declare const indentString: (string: string) => string;
export declare const formatErrorDetails: (errorDetails: Map<string, any>) => string;
export declare function pathToArray(path: Path | undefined): Array<string | number>;
