import { HTTPFuseAPI } from '../HTTPFuseAPI';
/**
 * A Fuse API implementation for iOS that uses WKURLSchemeHandler to bridge the JS and Native API calls.
 */
export declare class IOSSchemeFuseAPI extends HTTPFuseAPI {
    protected _getEndpoint(): Promise<string>;
    protected _initHeaders(xhr: XMLHttpRequest): Promise<void>;
}
