import type { ILockerClientParams, ILockerClient } from "./types.js";
/**
 * Creates a locker modular account client without any plugins.
 * Users can later install plugins onto this client using installPlugin.
 *
 * @param params - The configuration parameters for creating the client.
 * @returns A promise that resolves to the locker modular account client.
 */
export declare function createLockerClient(params: ILockerClientParams): Promise<ILockerClient>;
//# sourceMappingURL=impl.d.ts.map