function prepareimport { prepare } from "https://deno.land/x/plug@0.5.2/plug.ts"; prepare<S extends Record<string, Deno.ForeignFunction>>(options: Options, symbols: S): Promise<Deno.DynamicLibrary<S>>Type ParametersS extends Record<string, Deno.ForeignFunction>Parametersoptions: Optionssymbols: SReturnsPromise<Deno.DynamicLibrary<S>>