export declare function run(profile?: string): Promise<void>;
export declare function check(profile?: string): void;
export declare function update(profile?: string): Promise<void>;
export declare function add(profile?: string): Promise<void>;
//# sourceMappingURL=app.d.ts.map