import { FSAgent, IFSAgent } from './fsagent'; export declare const fsAgent: FSAgent; export declare function setFSAgent(agent: IFSAgent): void;