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