import { MediaManagerAP } from "./MediaManagerAP"; declare const _default: { id: { type: string; autoIncrement: boolean; primaryKey: boolean; }; mediaManagerId: { type: string; }; model: { type: string; }; modelId: { type: string; }; widgetName: { type: string; }; sortOrder: { type: string; }; file: { model: string; }; createdAt: { type: string; autoCreatedAt: boolean; }; updatedAt: { type: string; autoUpdatedAt: boolean; }; }; export default _default; export interface MediaManagerAssociationsAP { id: string; mediaManagerId?: string; model?: string; modelId?: string; widgetName?: string; sortOrder?: number; file?: MediaManagerAP; }