import { Signer } from '../types'; export declare const createSigner: (signer: Signer, type?: 'SM2', options?: any) => { sign: ({ data }: { data: Uint8Array | any; }) => Promise; };