/** * Get a JSON-LD id. * @param object The object to get the id from. * @returns The JSON-LD id. */ export declare function getJsonLdId(object: unknown): string | undefined; /** * Get a JSON-LD type. * @param object The object to get the type from. * @returns The JSON-LD type. */ export declare function getJsonLdType(object: unknown): string | undefined;