import { GetSavedListOptions } from '../types'; declare const getSavedList: (options: GetSavedListOptions) => Promise; export default getSavedList;