/** * Akte welcome page shown in development when the Akte app does not have any * othe Akte files registered. * * @remarks * The HTML code below is highlighted and uglified manually to prevent the * introduction of extra dependencies just for the sake of having a welcome * page. */ export declare const akteWelcome: import("./AkteFiles").AkteFiles | null;