import type { ModuleRegistration } from '@mostajs/socle'; /** * Media provides image/video capture, gallery, screen recording. * No schemas — purely UI components and hooks. */ export declare function register(registry: { register(r: ModuleRegistration): void; }): void; //# sourceMappingURL=register.d.ts.map