import { AmplifyConfig } from './types'; export default class Parser { static parseMobilehubConfig(config: any): AmplifyConfig; }