import { ConfigPlugin } from '@expo/config-plugins';
export declare const withBackgroundModes: ConfigPlugin<{
    backgroundModes: string[];
}>;
