import type { ArtifactResolver } from "./types/artifact.js"; import { type ListTransactionsResult } from "./types/list-transactions.js"; /** * Returns the transactions associated with a deployment. * * @param deploymentDir - the directory of the deployment to get the transactions of * @param artifactResolver - the artifact resolver to use when loading artifacts * for a future * * @beta */ export declare function listTransactions(deploymentDir: string, _artifactResolver: Omit): Promise; //# sourceMappingURL=list-transactions.d.ts.map