/**
 * Create data fetching record for Promise.
 */
export declare function createRecordFromThenable(thenable: any): any;
