import { IAurelia, type Constructable, type IAppRoot } from 'aurelia'; import type { ViewModelBindableInputData } from '../models/index.js'; export declare class AureliaUtilService { private readonly au; constructor(au?: IAurelia); createAureliaViewModelAddToSlot(viewModel: Constructable, bindableData?: ViewModelBindableInputData, targetElement?: HTMLElement): Promise; }