import { NestGdatastoreOptions } from './interfaces'; export function createNestGdatastoreImports(options: any) { return [options]; }