import type { CredentialsEntity, User, WorkflowEntity, TagEntity, AnnotationTagEntity } from '@n8n/db'; import type { PersonalizationSurveyAnswersV4 } from './controllers/survey-answers.dto'; export declare function validateEntity(entity: WorkflowEntity | CredentialsEntity | TagEntity | AnnotationTagEntity | User | PersonalizationSurveyAnswersV4): Promise; export declare const DEFAULT_EXECUTIONS_GET_ALL_LIMIT = 20;