/** * Utility function that are only meant to be used internally. It would not guarantee backward compatibility if they were used outside of the package. */ export declare const isCoreServicesOrgUrlDNSError: (error: any, coreServicesOrgUrl: string | null, dynamicsLocationCode: string | null) => boolean;