/** xdsl.requestTotalDeconsolidation.post */
export interface Post {
    /** Do not port the number */
    noPortability: boolean;
    /** A token to prove the ownership of the line number, needed to port the number */
    rio: string;
}
//# sourceMappingURL=Post.d.ts.map