export declare const createES256SignedJWT: (protectedHeader: { alg: "ES256"; kid?: string; }, payload: Record, privateKey: string) => Promise;