declare const validateArticleSchema: (article: any, abbeUrl: string) => Promise<void>;
export { validateArticleSchema };
