import { Command } from 'commander';
export declare function parseInteger(value: string): number;
export declare function validateSize(value: string): number;
export declare function validateOutputFormat(value: string): 'table' | 'json';
export declare function validateProductType(value: string): 'normal' | 'finance' | 'position';
export declare function validateProductStatus(value: string): 1 | 2;
export declare function validateProductSortType(value: string): 10 | 20 | 50;
export declare function validatePushCardType(value: string): 'smallCard' | 'bigCard';
export declare function validateLinkType(value: string): 10 | 11;
export declare function validateUserProductLinkType(value: string): 10 | 11 | 12;
export declare function validatePrice(value: string): number;
export declare function registerProductCommands(program: Command): void;
//# sourceMappingURL=product.commands.d.ts.map