export interface AnimaReferencePaths { docsPath?: string; sourcePath?: string; } export declare function resolveAnimaReferencePaths(): AnimaReferencePaths; export declare function resolveAnimaReferencePathsFromRoots(roots: string[]): AnimaReferencePaths; //# sourceMappingURL=anima-reference.d.ts.map