import { Destination } from '../aglsl/Destination';
export declare class Token {
    dest: Destination;
    opcode: number;
    a: Destination;
    b: Destination;
    constructor();
}
//# sourceMappingURL=Token.d.ts.map