export type ConstructorOptions = InitOptions;
export interface InitOptions extends Options {
    name: string;
}
export interface Options {
    maxHeapSize?: number;
}
//# sourceMappingURL=types.d.ts.map