3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
|
import type { IBls, Implementation } from "./types.js";
|
||
|
export declare function getImplementation(impl?: Implementation): Promise<IBls>;
|