import type { SignInput, SignOutput } from './index'; export declare type SignOutputFromInput = { input: SignInput; output: SignOutput; };