import { ServiceListFileSystemsOptionalParams, ServiceListFileSystemsResponse } from "../models/index.js";
/** Interface representing a Service. */
export interface Service {
    /**
     * List filesystems and their properties in given account.
     * @param options The options parameters.
     */
    listFileSystems(options?: ServiceListFileSystemsOptionalParams): Promise<ServiceListFileSystemsResponse>;
}
//# sourceMappingURL=service.d.ts.map