import type { Args, Configuration } from "../types.ts"; export declare const getConfiguration: (args: Args) => Promise;