import { Environment, NamedFunctionOptions } from "./types"; export declare function build any>(options: NamedFunctionOptions, env?: Environment): F;