import * as pulumi from "@pulumi/pulumi"; export declare function getSystemFortimanager(args?: GetSystemFortimanagerArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking GetSystemFortimanager. */ export interface GetSystemFortimanagerArgs { vdomparam?: string; } /** * A collection of values returned by GetSystemFortimanager. */ export interface GetSystemFortimanagerResult { readonly centralManagement: string; readonly centralMgmtAutoBackup: string; readonly centralMgmtScheduleConfigRestore: string; readonly centralMgmtScheduleScriptRestore: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly ip: string; readonly ipsec: string; readonly vdom: string; readonly vdomparam?: string; } export declare function getSystemFortimanagerOutput(args?: GetSystemFortimanagerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output; /** * A collection of arguments for invoking GetSystemFortimanager. */ export interface GetSystemFortimanagerOutputArgs { vdomparam?: pulumi.Input; }