import { BytesString } from './bytes';
export interface Signature extends BytesString {
}
