import * as z from 'zod/mini';
export declare const AbiReceive: z.ZodMiniObject<{
    type: z.ZodMiniLiteral<"receive">;
    stateMutability: z.ZodMiniLiteral<"payable">;
}, z.core.$strip>;
//# sourceMappingURL=AbiReceive.d.ts.map