import { Bucket } from "../model/bucket.entity"; export declare class AuthUtil { constructor(); getHeaderAuth(bucket: Bucket, method: string, url: string, date: string, md5: string): Promise; getBodyAuth(bucket: Bucket, method: string, policy: any): Promise; getToken(bucket: Bucket, url: string): Promise; notifyVerify(auth: string, bucket: Bucket, method: string, url: string, date: string, contentMd5: string, body: any): Promise; taskNotifyVerify(auth: string, bucket: Bucket, method: string, url: string, date: string, contentMd5: string, body: any): Promise; }