import { AmplifyConfig } from './types';
export declare const parseAWSExports: (config: any) => AmplifyConfig;
