import type { SignFunction } from '../interfaces.d';
declare const sign: SignFunction;
export default sign;
