import * as pulumi from "@pulumi/pulumi"; export declare function getBotnetFeedConfigAsn(args: GetBotnetFeedConfigAsnArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getBotnetFeedConfigAsn. */ export interface GetBotnetFeedConfigAsnArgs { accountId: string; } /** * A collection of values returned by getBotnetFeedConfigAsn. */ export interface GetBotnetFeedConfigAsnResult { readonly accountId: string; readonly asn: number; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; } export declare function getBotnetFeedConfigAsnOutput(args: GetBotnetFeedConfigAsnOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getBotnetFeedConfigAsn. */ export interface GetBotnetFeedConfigAsnOutputArgs { accountId: pulumi.Input; } //# sourceMappingURL=getBotnetFeedConfigAsn.d.ts.map