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