export declare type LocalProjectData = {}; export declare type LogPayload = { message: string; }; export declare type LogErrorPayload = LogPayload & { error: Error; }; //# sourceMappingURL=Types.d.ts.map