/** * Validates if the given USA routing number is valid. * @param {true} routingNumber - The routing number to validate. * @returns True if the routing number is valid, false otherwise. */ export declare function isValidUSRoutingNumber(routingNumber: string): boolean; //# sourceMappingURL=validateUSRoutingNumber.d.ts.map