import { Fs as IFs } from '../type';
export declare class OriginFs {
    readonly source: IFs;
    readonly origin: IFs;
    readonly publishDir: IFs;
    constructor(source: IFs, origin: IFs, publishDir: IFs);
    /**
     * Get the source filesystem
     */
    getSource(): IFs;
    /**
     * Get the origin filesystem
     */
    getOrigin(): IFs;
    publish(): IFs;
}
//# sourceMappingURL=originfs.d.ts.map