import { Pods } from '@tapis/tapis-typescript';
declare const getPodSecrets: (params: Pods.GetPodCredentialsRequest, basePath: string, jwt: string) => Promise<Pods.PodCredentialsResponse>;
export default getPodSecrets;
