import { QBasePath } from "../base/QBasePath"; import { identityFormatter } from "./IdentityFormatter"; export declare class QGuidPath extends QBasePath { protected formatValue: typeof identityFormatter; }