import { TwakHttpClient } from '@twak/core'; import { AgentWalletProvider } from '@twak/wallet'; interface Credentials { accessId: string; hmacSecret: string; } export declare function getClientFromEnv(): TwakHttpClient; export declare function getCredentials(): Promise; export declare function getClient(): Promise; export declare function tryGetClient(): Promise; export declare function ensureTrustSDK(): Promise; export declare function registerWalletWithBackend(creds: Credentials, provider: AgentWalletProvider): Promise; export declare function resolvePassword(opts?: { password?: string; }): Promise; export {}; //# sourceMappingURL=config-loader.d.ts.map