import { FrameworkConfiguration } from "aurelia-framework"; import { PitayaConfiguration } from "./configuration"; export declare function configure( frameworkConfig: FrameworkConfiguration, callback?: ( config: PitayaConfiguration ) => void ): void; export * from "./elements/pi-app"; export * from "./elements/pi-view"; export * from "./attributes/pi-show-on"; export * from "./helpers/decorators"; export * from "./helpers/utils"; export * from "./configuration";