import type { IBls, Implementation } from "./types.js"; export declare function getImplementation(impl?: Implementation): Promise;