import { Buffer } from 'buffer';
import { ScriptType } from '../types';
export declare function getScriptType(script: Buffer): ScriptType;
