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