export declare class FastFoodDto {
    readonly libelle: string;
    readonly adresse: string;
    readonly telephone: string;
}
