export { EntitlementArgs, EntitlementState } from "./entitlement"; export type Entitlement = import("./entitlement").Entitlement; export declare const Entitlement: typeof import("./entitlement").Entitlement; export { GetEntitlementArgs, GetEntitlementResult, GetEntitlementOutputArgs } from "./getEntitlement"; export declare const getEntitlement: typeof import("./getEntitlement").getEntitlement; export declare const getEntitlementOutput: typeof import("./getEntitlement").getEntitlementOutput; export { SettingsArgs, SettingsState } from "./settings"; export type Settings = import("./settings").Settings; export declare const Settings: typeof import("./settings").Settings;