import { AccountConfig } from 'handel-extension-api'; /** * Given an account config file path or base64 encoded string, loads the account config */ export default function (accountConfigParam: string): Promise;