import { DeploymentType } from "../../types"; export declare const getAction: (model: string, type: DeploymentType) => string; export declare function createAuditLog(singularName: string, model: string, entry: any, type: DeploymentType): Promise;