export interface GeoTiffTestServer { close: () => Promise; url: string; } export declare function startGeoTiffTestServer(fixturePath?: string, route?: string): Promise;