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