export declare const globalUniformsBit: {
    name: string;
    vertex: {
        header: string;
    };
};
export declare const globalUniformsUBOBitGl: {
    name: string;
    vertex: {
        header: string;
    };
};
export declare const globalUniformsBitGl: {
    name: string;
    vertex: {
        header: string;
    };
};
