export declare class QueryFieldUtil {
    private static _shouldEscape;
    static escapeIfNecessary(name: string, isPath?: boolean): string;
}
//# sourceMappingURL=QueryFieldUtil.d.ts.map