export interface IFSCommandListener { executeFSCommand(command: string, args: string): any; } export declare function fscommand(sec: any, command: string, args: string): void; //# sourceMappingURL=FSCommand.d.ts.map