import { CredentialsEntity } from './CredentialsEntity';
import { ExecutionEntity } from './ExecutionEntity';
import { WorkflowEntity } from './WorkflowEntity';
import { WebhookEntity } from './WebhookEntity';
import { TagEntity } from './TagEntity';
export declare const entities: {
    CredentialsEntity: typeof CredentialsEntity;
    ExecutionEntity: typeof ExecutionEntity;
    WorkflowEntity: typeof WorkflowEntity;
    WebhookEntity: typeof WebhookEntity;
    TagEntity: typeof TagEntity;
};
