import {Bounds} from "../Bounds"; export class Notes { queryGeoJson(bounds: Bounds, continuation: ((any) => void), onFail: ((reason) => void)): void { } }