import type { RestEndpoint } from '../types';
export declare const get: RestEndpoint<'UserUIConfig', 'get'>;
export declare const update: RestEndpoint<'UserUIConfig', 'update'>;
