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