export declare const restaurantSettingApi: { get(restaurantId: string): Promise; set(restaurantId: string, data: any): Promise; };