import type { UsersConf } from '@ceajs/core';
export declare function confSet(usersConf?: UsersConf | null, path?: string): Promise<void>;
