export declare class BridgeService {
    private swipeBackConsumers;
    private static UNSUPPORTED_PLATFORM_ERROR_CODE;
    private static _instance;
    private constructor();
    private static handlePlatformError;
    static enableNativeSwipeBack(): string;
    static disableNativeSwipeBack(consumerId: string): void;
    private static get instance();
}
//# sourceMappingURL=BridgeService.d.ts.map