export declare const uikitConfigStorage: { getItem(key: string): Promise; setItem(key: string, value: string): Promise; };