import { AttachmentService } from "./core"; export declare class StoragePrivateController { private readonly attachment; constructor(attachment: AttachmentService); getMedia(params: any): any; }