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