import { KeyInfo } from "../types"; /** * Takes an S3 key and returns information about it. */ export declare function getKeyInfo(key: string): KeyInfo;