import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getPropertyHostnameAuditHistory(args: GetPropertyHostnameAuditHistoryArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPropertyHostnameAuditHistory. */ export interface GetPropertyHostnameAuditHistoryArgs { hostname: string; } /** * A collection of values returned by getPropertyHostnameAuditHistory. */ export interface GetPropertyHostnameAuditHistoryResult { readonly histories: outputs.GetPropertyHostnameAuditHistoryHistory[]; readonly hostname: string; } export declare function getPropertyHostnameAuditHistoryOutput(args: GetPropertyHostnameAuditHistoryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPropertyHostnameAuditHistory. */ export interface GetPropertyHostnameAuditHistoryOutputArgs { hostname: pulumi.Input; } //# sourceMappingURL=getPropertyHostnameAuditHistory.d.ts.map