export default class StrapiModelService {
    static getModels(): Promise<any>;
    static getLocalizableModels(): Promise<any>;
}
