export { LeaseArgs } from "./lease";
export type Lease = import("./lease").Lease;
export declare const Lease: typeof import("./lease").Lease;
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;
