import { NestGdatastoreService } from '../nest-gdatastore.service'; export declare class NestGdatastoreClientController { private readonly nestGdatastoreService; constructor(nestGdatastoreService: NestGdatastoreService); }