import { Model } from 'gstore-node'; import { AsyncResponse } from '../async-response.type'; export declare function getEntityIdHelper(namespace: string, SlugModel: Model, slug: string): AsyncResponse;