/** xdsl.templateModem.post */
export interface Post {
    /** Modem Template name (only alphanumeric characters) */
    name: string;
    /** The access name with the config you want to duplicate */
    serviceName: string;
}
//# sourceMappingURL=Post.d.ts.map