export declare function init({ app }: {
    app: any;
}): void;
