/** * Indefinite Articles * @internal */ declare const articles: string[]; export default articles;