export declare type Id = string | number | Array; export declare type SocPromise = Promise;