import { Bytes65 } from "@ethernauta/core"; import * as valibot3358 from "valibot"; import { InferOutput } from "valibot"; import { Signable } from "@ethernauta/transport"; //#region src/method/sign/sign.d.ts declare const ParametersSchema: valibot3358.UnionSchema<[valibot3358.TupleSchema<[valibot3358.SchemaWithPipe, valibot3358.BrandAction<`0x${string}`, "Address">]>, valibot3358.SchemaWithPipe, valibot3358.BrandAction<`0x${string}`, "Bytes">]>], undefined>, valibot3358.ObjectSchema<{ readonly address: valibot3358.SchemaWithPipe, valibot3358.BrandAction<`0x${string}`, "Address">]>; readonly message: valibot3358.SchemaWithPipe, valibot3358.BrandAction<`0x${string}`, "Bytes">]>; }, undefined>], undefined>; type Parameters = InferOutput; /** * @returns The EIP-191 signature over the provided data */ declare function eth_sign(_parameters: Parameters): Signable; //#endregion export { eth_sign }; //# sourceMappingURL=sign.d.ts.map