export declare function PingPong(regl: any, opts: any): { ping: () => any; pong: () => any; swap: () => void; resize: (width: any, height: any) => void; };