export interface GetAttachementPathOptions { dir: string; hash: string; contentType: string; } declare const _default: (opts: GetAttachementPathOptions) => string; export default _default;