import { QBasePath } from "../base/QBasePath";
import { identityFormatter } from "./IdentityFormatter";
export declare class QGuidPath<ConvertedType = string> extends QBasePath<string, ConvertedType> {
    protected formatValue: typeof identityFormatter;
}
