import { ICommandOptionDefinition } from "@zowe/imperative"; /** * Object containing all extra options to be used by the Mount API */ export declare const FsMountOptions: { [key: string]: ICommandOptionDefinition; }; //# sourceMappingURL=fs.options.d.ts.map