import { Static } from '@sinclair/typebox'; /** * Author of a post. * * @see [authorship - indieweb.org](https://indieweb.org/authorship) * @see [authorship-spec (authorship discovery algorithm) - indieweb.org](https://indieweb.org/authorship-spec) * @see [Authorship Rocks!](https://authorship.rocks/) */ export declare const p_author: import("@sinclair/typebox").TString; export type P_Author = Static; //# sourceMappingURL=p-author.d.ts.map