export const gsplat: GSplatShaderGenerator;
declare class GSplatShaderGenerator {
    generateKey(options: any): string;
    createShaderDefinition(device: any, options: any): any;
}
export {};
