export declare class ExpoManagedIntegration {
    static id: string;
    name: string;
    setupOnce(): void;
}
