import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IIsISRCProps { } /** * Check if the string is a [ISRC](https://en.wikipedia.org/wiki/International_Standard_Recording_Code). */ export declare const isISRC: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;