import { ControllerConstants } from '@juicyllama/core'; import { Connection } from './connection.entity'; export declare const CONNECTION_E: typeof Connection; export type CONNECTION_T = Connection; export declare const CONNECTION_PRIMARY_KEY = "connection_id"; export declare const CONNECTION_NAME = "connection"; export declare const CONNECTION_SEARCH_FIELDS: never[]; export declare const CONNECTION_DEFAULT_ORDER_BY = "created_at"; export declare const CONNECTION_WEBSOCKET_EVENT = "user_${user_id}_social_connection"; export declare const CONNECTION_ENDPOINT = "/social/connection"; export declare const connectionConstants: ControllerConstants;