export declare const uikitConfigStorage: {
    getItem(key: string): Promise<null | string>;
    setItem(key: string, value: string): Promise<void>;
};
