import { LayoutId } from '@novu/shared'; import { EnvironmentCommand } from '../../commands/project.command'; export declare class GetLayoutCommand extends EnvironmentCommand { layoutId: LayoutId; } //# sourceMappingURL=get-layout.command.d.ts.map