import { HTTPFuseAPI } from '../HTTPFuseAPI';
/**
 * A Fuse API implementation for an embedded HTTP server to bridge the JS and Native API calls.
 */
export declare class AndroidSchemeFuseAPI extends HTTPFuseAPI {
    protected _getEndpoint(): Promise<string>;
    protected _initHeaders(xhr: XMLHttpRequest): Promise<void>;
}
