export declare type App = Record<string, any> & {
    __app: true;
};
