import { FrameworkConfiguration } from 'aurelia-framework'; export interface AureliaShopAdminConfig { clientUrl?: string; } export declare function configure(config: FrameworkConfiguration, pluginConfig?: AureliaShopAdminConfig): void; export * from './components'; export * from './controls'; export * from './dialogs'; export * from './pages'; export * from './routes';