import { ConfigPlugin } from 'expo/config-plugins';
declare const _default: ConfigPlugin<void | {
    expoUsername?: string | undefined;
}>;
export default _default;
