import { Registry } from '../registry'; import * as SchemaTypeBuilders from '../schema-types'; import type { ComponentControl } from '../types'; export declare class TestRegistry extends Registry { private debug; constructor(params?: Partial<{ debug: boolean; }>); getControl(controlId: string): ComponentControl; getContentTypeOrThrow(contentTypeId: string): import("../registry").RegistrationBundle, {}> | import("../registry").RegistrationBundle>, {}>; getContentType(contentTypeId: string): import("../registry").RegistrationBundle, {}> | import("../registry").RegistrationBundle>, {}>; registerTestStub(params: Partial[0]> & { contentTypeId: string; }): import("../registry").RegistrationBundle, {}>; }