import * as pulumi from "@pulumi/pulumi"; export declare function getBotmanContentProtectionRuleSequence(args: GetBotmanContentProtectionRuleSequenceArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getBotmanContentProtectionRuleSequence. */ export interface GetBotmanContentProtectionRuleSequenceArgs { configId: number; securityPolicyId: string; } /** * A collection of values returned by getBotmanContentProtectionRuleSequence. */ export interface GetBotmanContentProtectionRuleSequenceResult { readonly configId: number; readonly contentProtectionRuleIds: string[]; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly securityPolicyId: string; } export declare function getBotmanContentProtectionRuleSequenceOutput(args: GetBotmanContentProtectionRuleSequenceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getBotmanContentProtectionRuleSequence. */ export interface GetBotmanContentProtectionRuleSequenceOutputArgs { configId: pulumi.Input; securityPolicyId: pulumi.Input; } //# sourceMappingURL=getBotmanContentProtectionRuleSequence.d.ts.map