declare const registries: {
    readonly media: import("../core/registry/Registry").Registry<{
        cls: import("../core/registry/Registry").Constructor<import("..").StorageAdapter> & {
            prototype: import("..").StorageAdapter;
        };
        schema: import("jsonv-ts").Schema;
    }, Record<string, {
        cls: import("../core/registry/Registry").Constructor<import("..").StorageAdapter> & {
            prototype: import("..").StorageAdapter;
        };
        schema: import("jsonv-ts").Schema;
    }>, import("../core/registry/Registry").RegisterFn<{
        cls: import("../core/registry/Registry").Constructor<import("..").StorageAdapter> & {
            prototype: import("..").StorageAdapter;
        };
        schema: import("jsonv-ts").Schema;
    }>>;
};
export { registries };
