/** * Returns the state transferred by the transferState function * @param key The key to use to read the state */ export declare function getTransferredState(key: string): T | undefined;