import { z } from "zod";
import type { SmartAccountSigner } from "./types";
export declare const isSigner: (signer: any) => signer is SmartAccountSigner<any>;
export declare const SignerSchema: z.ZodType<SmartAccountSigner<any>, z.ZodTypeDef, SmartAccountSigner<any>>;
