export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup"; export declare const getGroup: typeof import("./getGroup").getGroup; export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput; export { GetResourcePolicyArgs, GetResourcePolicyResult, GetResourcePolicyOutputArgs } from "./getResourcePolicy"; export declare const getResourcePolicy: typeof import("./getResourcePolicy").getResourcePolicy; export declare const getResourcePolicyOutput: typeof import("./getResourcePolicy").getResourcePolicyOutput; export { GetSamplingRuleArgs, GetSamplingRuleResult, GetSamplingRuleOutputArgs } from "./getSamplingRule"; export declare const getSamplingRule: typeof import("./getSamplingRule").getSamplingRule; export declare const getSamplingRuleOutput: typeof import("./getSamplingRule").getSamplingRuleOutput; export { GetTransactionSearchConfigArgs, GetTransactionSearchConfigResult, GetTransactionSearchConfigOutputArgs } from "./getTransactionSearchConfig"; export declare const getTransactionSearchConfig: typeof import("./getTransactionSearchConfig").getTransactionSearchConfig; export declare const getTransactionSearchConfigOutput: typeof import("./getTransactionSearchConfig").getTransactionSearchConfigOutput; export { GroupArgs } from "./group"; export type Group = import("./group").Group; export declare const Group: typeof import("./group").Group; export { ResourcePolicyArgs } from "./resourcePolicy"; export type ResourcePolicy = import("./resourcePolicy").ResourcePolicy; export declare const ResourcePolicy: typeof import("./resourcePolicy").ResourcePolicy; export { SamplingRuleArgs } from "./samplingRule"; export type SamplingRule = import("./samplingRule").SamplingRule; export declare const SamplingRule: typeof import("./samplingRule").SamplingRule; export { TransactionSearchConfigArgs } from "./transactionSearchConfig"; export type TransactionSearchConfig = import("./transactionSearchConfig").TransactionSearchConfig; export declare const TransactionSearchConfig: typeof import("./transactionSearchConfig").TransactionSearchConfig;