import RouteResult from "../../RouteResult.js";
declare const _default: {
    method: string;
    url: string;
    handler: (req: any, res: any, bot: any, server: any) => Promise<RouteResult | undefined>;
};
export default _default;
//# sourceMappingURL=share-mail.d.ts.map