import { Debat, LecAssDeb } from '../types/debats';
export declare const getDebats: (ids: string[]) => Promise<Debat[]>;
export declare const getDebatsFromLecassidts: (ids: string[]) => Promise<Debat[]>;
export declare const getLecAssDebsFromDatseas: (ids: string[]) => Promise<LecAssDeb[]>;