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