import { DeploymentInfo } from '@usecannon/builder'; export declare function readDeploy(packageRef: string, chainId: number): Promise; /** * Get a list of all the deployments recursively that are imported by the given deployment. Keep in mind * that it will only return unique builds, not necessarily one per import/provision. */ export declare function readDeployRecursive(packageRef: string, chainId: number): Promise; //# sourceMappingURL=package.d.ts.map