export type StandardFrameBuffers = string;
export namespace StandardFrameBuffers {
    let Depth: string;
    let ColorAndDepth: string;
    let Normal: string;
}
//# sourceMappingURL=StandardFrameBuffers.d.ts.map