import { ByteArray } from '@awayjs/core';
export interface IProgram {
    name?: string;
    upload(vertexProgram: ByteArray, fragmentProgram: ByteArray): any;
    dispose(): any;
}
//# sourceMappingURL=IProgram.d.ts.map