import { LanguagePackString } from '@airgram-dev/core'; /** Contains a list of language pack strings */ export declare class LanguagePackStringsBaseModel { _: 'languagePackStrings'; /** A list of language pack strings */ strings: LanguagePackString[]; }