/** * `odoo url` command group — generate record URLs. * * Commands: * url record Generate backend URL [READ] * url portal Generate portal URL [READ] * * Both commands are READ — no mutations, no --confirm required. */ import { Command } from 'commander'; export declare function buildUrlCommand(): Command; //# sourceMappingURL=url.d.ts.map