export declare const STEEDOS_DEVELOPER_SERVER = "https://huayan.my.steedos.com:8443/"; export declare function getAuthHeader(spaceId: any): Promise<{ Authorization: string; }>; export declare function getSteedosDeveloperServer(): string; export declare function throwError(errorCode: any): void;