export interface Api { [func: string]: Function; } export declare function getApi(): Api; export declare function getPrivateAPI(): Api;