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