import { IKeyringPair } from '../../types'; export declare function sign(signerPair: IKeyringPair, u8a: Uint8Array): Uint8Array;