import { APath } from "../path/a-path.js"; export declare class FolderPath extends APath { constructor(serializedPath?: string); }