export declare namespace RealizeFileSystem {
    const providerPath: (filename: string) => string;
}
