import ts from 'typescript';
import type { GeoResourceProps } from './geo.generator';
export declare class GeoRenderer {
    render(maps: readonly GeoResourceProps[], placeIndices: readonly GeoResourceProps[], geofenceCollections: readonly GeoResourceProps[]): ts.NodeArray<ts.Node>;
    private renderImports;
    private renderBackendTypeImport;
    private renderDefineGeo;
    private buildAddOutputStatement;
    private buildMapsSection;
    private buildSearchIndicesSection;
    private buildGeofenceCollectionsSection;
}
//# sourceMappingURL=geo.renderer.d.ts.map