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