import { QPathModel } from "../QPathModel";
export declare abstract class QNoopPath implements QPathModel {
    private path;
    constructor(path: string);
    getPath(): string;
}
