export declare class ShimChannel { static set(instanceId: string): Promise; static find(instanceId: string): Promise; }