import { Signature } from '../types/signature'; export declare function newSignature(value: string, format?: Signature['format']): Signature;