import { GetCurrentMotdWorkflow } from './workflows/get-current-motd/get-current-motd.workflow';
export declare class MotdController {
    private getCurrentMotdWorkflow;
    constructor(getCurrentMotdWorkflow: GetCurrentMotdWorkflow);
    getCurrentMotd(): Promise<import("./dto/motd-response.dto").MotdResponseDto>;
}
