///
import { IStencilState, StencilState } from '../../states/StencilState';
export declare class StencilStateGPU extends StencilState {
readonly gpuState: Partial;
constructor(gpuState?: Partial);
commitChanges(changes: Partial): void;
}
//# sourceMappingURL=StencilStateGPU.d.ts.map