import { Command, ToolController } from "../../core";
import { Signer } from "@tonclient/core";
export declare const signerGenerateCommand: Command;
export declare const signerAddCommand: Command;
export declare const signerListCommand: Command;
export declare const signerGetCommand: Command;
export declare const signerDeleteCommand: Command;
export declare const signerDefaultCommand: Command;
export declare function createSigner(name: string): Promise<Signer>;
export declare const SignerTool: ToolController;
//# sourceMappingURL=index.d.ts.map