export { default as getAccountId } from './get-account-id'; export declare const getCredentials: (inputs: Record, context: Record) => Promise<{ accountId: any; accessKeyId: any; accessKeySecret: any; securityToken: any; } | undefined>;