import type { FormattedPrimitiveTypeCreator } from '../types.js'; /** * Checks whether a string is a valid BCP 47 language tag. * * @see https://tools.ietf.org/rfc/bcp/bcp47.html */ export declare const isBCP47: FormattedPrimitiveTypeCreator;