import * as pulumi from "@pulumi/pulumi"; export declare function getFirewallInternetServiceCustomList(args?: GetFirewallInternetServiceCustomListArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking GetFirewallInternetServiceCustomList. */ export interface GetFirewallInternetServiceCustomListArgs { filter?: string; vdomparam?: string; } /** * A collection of values returned by GetFirewallInternetServiceCustomList. */ export interface GetFirewallInternetServiceCustomListResult { readonly filter?: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly namelists: string[]; readonly vdomparam?: string; } export declare function getFirewallInternetServiceCustomListOutput(args?: GetFirewallInternetServiceCustomListOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output; /** * A collection of arguments for invoking GetFirewallInternetServiceCustomList. */ export interface GetFirewallInternetServiceCustomListOutputArgs { filter?: pulumi.Input; vdomparam?: pulumi.Input; }