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