export declare class CreateAuditDto {
    collectionName?: string;
    title?: string;
    description?: string;
    prevsState?: Record<string, any>;
    newState?: Record<string, any>;
    type?: string;
    metaData?: Record<string, any>;
}
//# sourceMappingURL=create-audit.dto.d.ts.map