import { QBasePath } from "../base/QBasePath"; export declare class QGuidV2Path extends QBasePath { protected formatValue(value: string): string; }