/**
* Load the `react-native.config.js` or `react-native.config.ts` from the package.
*/
export declare const loadConfigAsync: (input: string, ...args: any[]) => Promise<any>;