export interface GetAttachementDirOptions { subFolder?: string; lrs_id: string; } declare const _default: (opts: GetAttachementDirOptions) => string; export default _default;