import { SecretObject } from '.'; declare const getSecret: (secretName: string, region: string, timeout: number) => SecretObject; export default getSecret;