export declare function getRegistriesInfo(): {
    manifest: import("../background/models/versionInfo").default;
    clazz: any;
    instance?: any;
    order: number;
    contextIds: string[];
    constructorDependencies: string[];
    instancedPropertyDependencies: {
        [name: string]: any;
    };
    instancedConstructorDeps: any[];
    activateMethodsDependencies: string[];
    instancedActivateMethodsDependencies: any[];
    defaultConfig?: import("../common/types").DefaultConfig;
    schemaConfig?: any;
    onActionHandler?: Function;
    onHomeHandler?: Function;
    onShareLinkHandler?: Function;
    onWalletsUpdateHandler?: Function;
    onConnectedAccountsUpdateHandler?: Function;
}[];
