export declare class dictionary {
    id: number;
    type: string;
    francais: string;
    anglais: string;
    marocain: string;
}
