/** * This file was auto-generated by Fern from our API Definition. */ export declare type AuditLogExportState = "pending" | "ready" | "error"; export declare const AuditLogExportState: { readonly Pending: "pending"; readonly Ready: "ready"; readonly Error: "error"; };