import { Workflows } from '@tapis/tapis-typescript'; type ListAllArchivesParams = { groupIds: Array; }; declare const listAll: (params: ListAllArchivesParams, basePath: string, jwt: string) => Promise; export default listAll;