import type { IConfiguration } from './types'; export declare function checkSchema(configuration: unknown): Partial;