import { ConfigPlugin } from '@expo/config-plugins';
interface Props {
    appGroupIdentifier: string;
    extensionName?: string;
    extensionBundleIdentifier?: string;
}
/**
 * Main plugin for FinanceKit extension
 * Uses withDangerousMod to create extension files, which is necessary
 * because we need to create new files outside the normal mod system
 */
export declare const withBackgroundDeliveryExtension: ConfigPlugin<Props>;
export {};
