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