export declare const noSuchBucket: ({ Bucket, RequestId }: { Bucket: string; RequestId: string; }) => string; export declare const noSuchKey: ({ Key, RequestId }: { Key: string; RequestId: string; }) => string;