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