import * as pulumi from "@pulumi/pulumi"; export declare function getFirewallInternetServiceList(args?: GetFirewallInternetServiceListArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking GetFirewallInternetServiceList. */ export interface GetFirewallInternetServiceListArgs { filter?: string; vdomparam?: string; } /** * A collection of values returned by GetFirewallInternetServiceList. */ export interface GetFirewallInternetServiceListResult { readonly filter?: string; readonly fosidlists: number[]; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly vdomparam?: string; } export declare function getFirewallInternetServiceListOutput(args?: GetFirewallInternetServiceListOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output; /** * A collection of arguments for invoking GetFirewallInternetServiceList. */ export interface GetFirewallInternetServiceListOutputArgs { filter?: pulumi.Input; vdomparam?: pulumi.Input; }