import { ResourceRegistry } from "../helpers/types"; import { sharedMethods } from "./shared/methods"; export declare const registry: ResourceRegistry; export { sharedMethods }; export { taskResource } from "./tasks"; export { projectResource } from "./projects"; export { tagResource } from "./tags"; export { habitResource } from "./habits"; export { focusResource } from "./focus"; export { projectGroupResource } from "./projectGroups"; export { userResource } from "./user"; export { syncResource } from "./sync";