/**
* Extract an IOTA Area Code from trytes.
* @param trytes The trytes from which to try and extract the IOTA Area Code.
* @returns The IOTA Area Code if one could be extracted, or undefined.
*/exportdeclarefunctionextract(trytes: string): string | undefined;