/** The possible types of contacts associated to a domain name */
export declare enum ContactTypeEnum {
    'admin' = "admin",
    'all' = "all",
    'billing' = "billing",
    'owner' = "owner",
    'tech' = "tech"
}
//# sourceMappingURL=ContactTypeEnum.d.ts.map