import { Program } from "./AST.js";

export default class GLSLDecoder {
    constructor();

    parse(source: string): Program;
}
