import type { ConfigPluginProps } from '../types'; /** * Validates the plugin props at entry point. * Throws an error if validation fails. */ export declare function validateProps(props: ConfigPluginProps | undefined): void;