export function signedGet(key: any, options: any): Promise; import s3 = require("./s3"); import cf = require("./cloudfront"); export declare const signedPut: typeof s3.signedPut; export declare namespace signed { export { signedGet as get }; export const put: typeof s3.signedPut; export const post: typeof s3.signedPost; export const cookie: typeof cf.signedCookie; } export declare namespace tags { export const get: typeof s3.getTagSet; const put_1: typeof s3.putTagSet; export { put_1 as put }; } export declare const list: typeof s3.list; declare const put_2: typeof s3.put; declare const get_1: typeof s3.get; export declare const exists: typeof s3.exists; export declare const deleteObject: typeof s3.del; export declare const deleteFolder: typeof s3.del; declare const _delete: ((...args: any[]) => boolean) & { deleteObject: (...args: any[]) => boolean; deleteFolder: (...args: any[]) => boolean; cookie: typeof cf.deleteSignedCookie; }; export { put_2 as put, get_1 as get, _delete as delete }; //# sourceMappingURL=index.d.ts.map