import { GetSavedFileListResult } from "./GetSavedFileListResult"; declare type GetSavedFileListCallbackOptions = import("../../common").FileCallbackOptions; /** * */ export interface GetSavedFileListOptions extends GetSavedFileListCallbackOptions { } export {};