import "@webgpu/types"
+export declare const NanoPowGlFragmentShader: string
+export declare const NanoPowGlVertexShader: string
+export declare const NanoPowGpuComputeShader: any
+
declare const NanoPow: typeof NanoPowGl | typeof NanoPowGpu | null
export declare class NanoPowGl {
*/
static validate (work: string, hash: string, threshold?: number): Promise<boolean>
}
-
-export declare const NanoPowGlFragmentShader: string
-export declare const NanoPowGlVertexShader: string
-export declare const NanoPowGpuComputeShader: any