export declare function loadDataRemote(type: string, url: string, include?: string[], headers?: any): Promise<any>;
