export { GetGrantArgs, GetGrantResult, GetGrantOutputArgs } from "./getGrant"; export declare const getGrant: typeof import("./getGrant").getGrant; export declare const getGrantOutput: typeof import("./getGrant").getGrantOutput; export { GetLicenseArgs, GetLicenseResult, GetLicenseOutputArgs } from "./getLicense"; export declare const getLicense: typeof import("./getLicense").getLicense; export declare const getLicenseOutput: typeof import("./getLicense").getLicenseOutput; export { GrantArgs } from "./grant"; export type Grant = import("./grant").Grant; export declare const Grant: typeof import("./grant").Grant; export { LicenseArgs } from "./license"; export type License = import("./license").License; export declare const License: typeof import("./license").License;