import { ConfigPlugin } from '@expo/config-plugins'; import { AppDelegateProjectFile } from '@expo/config-plugins/build/ios/Paths'; export declare function modifyObjcAppDelegate(contents: string): string; export declare function modifySwiftBridgingHeader(projectRoot: string): void; export declare function modifySwiftBridgingHeaderContents(contents: string): string; export declare function modifySwiftAppDelegate(contents: string): string; export declare function modifyAppDelegateAsync(appDelegateFileInfo: AppDelegateProjectFile, projectRoot?: string): Promise; export declare const withFirebaseAppDelegate: ConfigPlugin;