import { Response } from 'express'; import { Item } from '../structure/item'; export declare function getCopyPath(item: Item): string; export declare function respondItemNotFound(itemPath: string, response: Response): void; export declare function respondOkay(response: Response): void; //# sourceMappingURL=utilities.d.ts.map