import type { ComputedRef } from "vue";
import type { AuthorInfo } from "vuepress-shared/client";
export declare const useAuthorInfo: () => ComputedRef<AuthorInfo>;
//# sourceMappingURL=useAuthorInfo.d.ts.map