export interface IGetWord {
    anlamlar: Object[];
    atasozu_deyim: String[];
}
export declare type ProVerbsResponse = {
    soz: String;
    anlam: String;
    tur: String;
};
export declare type WordMean = {
    anlam: String;
    ornek: String;
};
