import { Compiled } from './allocator.ts'; export declare class WEBGPU extends Compiled { constructor(device: string); init: () => Promise; synchronize: () => Promise; }