export declare type SignedRequest = { data: T; key: string; signature: string; }; export declare type User = { key: string; deviceId: string; };