export { LeaseArgs } from "./lease";
export type Lease = import("./lease").Lease;
export declare const Lease: typeof import("./lease").Lease;
export { LeaseCandidateArgs } from "./leaseCandidate";
export type LeaseCandidate = import("./leaseCandidate").LeaseCandidate;
export declare const LeaseCandidate: typeof import("./leaseCandidate").LeaseCandidate;
export { LeaseCandidateListArgs } from "./leaseCandidateList";
export type LeaseCandidateList = import("./leaseCandidateList").LeaseCandidateList;
export declare const LeaseCandidateList: typeof import("./leaseCandidateList").LeaseCandidateList;
export { LeaseCandidatePatchArgs } from "./leaseCandidatePatch";
export type LeaseCandidatePatch = import("./leaseCandidatePatch").LeaseCandidatePatch;
export declare const LeaseCandidatePatch: typeof import("./leaseCandidatePatch").LeaseCandidatePatch;
export { LeaseListArgs } from "./leaseList";
export type LeaseList = import("./leaseList").LeaseList;
export declare const LeaseList: typeof import("./leaseList").LeaseList;
export { LeasePatchArgs } from "./leasePatch";
export type LeasePatch = import("./leasePatch").LeasePatch;
export declare const LeasePatch: typeof import("./leasePatch").LeasePatch;
