import { PAG } from './types'; /** * Binding pag js module on pag webassembly module. */ export declare const PAGBind: (module: PAG) => void;