import { LayoutRepository } from '@novu/dal'; import { GetLayoutCommand } from './get-layout.command'; import { LayoutDto } from './layout.dto'; export declare class GetLayoutUseCase { private layoutRepository; constructor(layoutRepository: LayoutRepository); execute(command: GetLayoutCommand): Promise; private mapFromEntity; private mapVariablesFromEntity; private mapContentFromEntity; } //# sourceMappingURL=get-layout.use-case.d.ts.map