import { Workflows } from '@tapis/tapis-typescript';
declare const details: (basePath: string, jwt: string, params: Workflows.GetGroupSecretRequest) => Promise<Workflows.RespGroupSecret>;
export default details;
