import type { ForegroundServicePlugin } from './definitions';
declare const ForegroundService: ForegroundServicePlugin;
export * from './definitions';
export { ForegroundService };
