declare function install(): Promise<void>;
export declare const devtron: {
    install: typeof install;
};
export {};
