/** xdsl.modem.reboot.post */
export interface Post {
    /** Date when the reboot will start */
    todoDate: string;
}
//# sourceMappingURL=Post.d.ts.map