export const command: string; export const describe: string; export namespace builder { namespace numeric { const describe_1: string; export { describe_1 as describe }; export const type: string; const _default: boolean; export { _default as default }; } } /** * @param {object} argv * @param {boolean} [argv.numeric] */ export function handler(argv: { numeric?: boolean | undefined; }): void; /** * @param {object} argv * @param {boolean} [argv.numeric] */ export function handler(argv: { numeric?: boolean | undefined; }): void; //# sourceMappingURL=codecs.d.ts.map