import type { ComputedRef } from "vue";
import type { AuthorInfo } from "../../shared/index.js";
export declare const useAuthorInfo: () => ComputedRef<AuthorInfo>;
