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