Repository URL to install this package:
/** * @todo missing story for this */ declare function isValidOrderId(value: string): boolean; export { isValidOrderId };