import type { SignInput } from './index'; export declare type SignRequest = { inputs: SignInput[]; };