export { DeviceArgs } from "./device"; export type Device = import("./device").Device; export declare const Device: typeof import("./device").Device; export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice"; export declare const getDevice: typeof import("./getDevice").getDevice; export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput; export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup"; export declare const getGroup: typeof import("./getGroup").getGroup; export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput; export { GetInboundSamlSsoProfileArgs, GetInboundSamlSsoProfileResult, GetInboundSamlSsoProfileOutputArgs } from "./getInboundSamlSsoProfile"; export declare const getInboundSamlSsoProfile: typeof import("./getInboundSamlSsoProfile").getInboundSamlSsoProfile; export declare const getInboundSamlSsoProfileOutput: typeof import("./getInboundSamlSsoProfile").getInboundSamlSsoProfileOutput; export { GetInboundSsoAssignmentArgs, GetInboundSsoAssignmentResult, GetInboundSsoAssignmentOutputArgs } from "./getInboundSsoAssignment"; export declare const getInboundSsoAssignment: typeof import("./getInboundSsoAssignment").getInboundSsoAssignment; export declare const getInboundSsoAssignmentOutput: typeof import("./getInboundSsoAssignment").getInboundSsoAssignmentOutput; export { GetMembershipArgs, GetMembershipResult, GetMembershipOutputArgs } from "./getMembership"; export declare const getMembership: typeof import("./getMembership").getMembership; export declare const getMembershipOutput: typeof import("./getMembership").getMembershipOutput; export { GroupArgs } from "./group"; export type Group = import("./group").Group; export declare const Group: typeof import("./group").Group; export { InboundSamlSsoProfileArgs } from "./inboundSamlSsoProfile"; export type InboundSamlSsoProfile = import("./inboundSamlSsoProfile").InboundSamlSsoProfile; export declare const InboundSamlSsoProfile: typeof import("./inboundSamlSsoProfile").InboundSamlSsoProfile; export { InboundSsoAssignmentArgs } from "./inboundSsoAssignment"; export type InboundSsoAssignment = import("./inboundSsoAssignment").InboundSsoAssignment; export declare const InboundSsoAssignment: typeof import("./inboundSsoAssignment").InboundSsoAssignment; export { MembershipArgs } from "./membership"; export type Membership = import("./membership").Membership; export declare const Membership: typeof import("./membership").Membership; export * from "../../types/enums/cloudidentity/v1beta1";