export declare const board: { columns: { id: number; title: string; cards: { id: number; title: string; description: string; }[]; }[]; };