declare type Key = string; declare type Data = any; export declare type Fallback = Record; export {};