import debug from "debug"; export declare const packageName: any; export declare const packageVersion: any; export declare function createDebug(moduleName: string): debug.Debugger; export declare function getDefaultOption(): { host: string; region: string; protocol: string; accessKeyId: string | undefined; secretKey: string | undefined; };