import { ConfigPlugin } from '@expo/config-plugins';
export declare const withAppGroups: ConfigPlugin<{
    appGroupIdentifier: string;
}>;
