/** * This file was auto-generated by Fern from our API Definition. */ export declare type OrganizationDomainVerificationStrategy = "dns" | "manual"; export declare const OrganizationDomainVerificationStrategy: { readonly DNS: "dns"; readonly Manual: "manual"; };