/**
 * @internal
 * Imports all schema files in the given directory to trigger registration.
 *
 * @param schemaDir - Absolute path to the directory containing the schema files
 */
export declare const importSchemaFiles: (schemaDir: string) => Promise<void>;
