import { ClaimPayload } from './types'; export declare const createClaimSignature: (privateKey: string, tx: ClaimPayload) => string;