/** xdsl.changeContact.post */
export interface Post {
    /** The contact to set as admin contact */
    contactAdmin: string;
    /** The contact to set as billing contact */
    contactBilling: string;
    /** The contact to set as tech contact */
    contactTech: string;
}
//# sourceMappingURL=Post.d.ts.map