import { WithTimestamps } from '@n8n/db';
export declare class InstanceAiWorkflowSnapshot extends WithTimestamps {
    runId: string;
    workflowName: string;
    resourceId: string | null;
    status: string | null;
    snapshot: string;
}
