import { DictionaryService } from '../dictionary.service';
export declare class DictionaryUserController {
    private dictionaryService;
    constructor(dictionaryService: DictionaryService);
    getDictionary(): Promise<import("../../typeorm/dictionary").dictionary[]>;
}
