interface ISignLocalResponse { key: number; signature: string; } export default ISignLocalResponse;