export declare const getObjectAsString: ({ bucket, key, }: {
    bucket: string;
    key: string;
}) => Promise<string>;
