import { Is } from "@byte.london/byteguards"; import { Author, AuthorWithProperties } from "../types"; export declare const isAuthor: Is; export declare const isAuthorWithProperties: Is;