declare function get(app: any, startRequest: Function, endRequest: Function, setError: Function, url: string, filter?: { [x: string]: any; }): Promise; export default get;