/** * Check if a given URL is a document type. * @param url */ export declare const isDocumentType: (url?: string | null) => boolean; export default isDocumentType;