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