import { Authenticator } from '@tapis/tapis-typescript';
declare const listProfiles: (params: Authenticator.ListProfilesRequest, basePath: string, jwt: string) => Promise<Authenticator.RespListProfiles>;
export default listProfiles;
