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