import express from 'express'; /** * Register sharing-related routes * @param app Express application */ export declare function registerShareRoutes(app: express.Application): void; //# sourceMappingURL=share.d.ts.map