/// import { Routes } from "./types"; import { ServerResponse } from "http"; export declare function redirectToAuth({ shop, res, routes: { fallbackRoute, authRoute } }: { shop?: string; res?: ServerResponse; routes: Routes; }): void; export declare function clearSession({ res }: { res?: ServerResponse; }): void; //# sourceMappingURL=utilities.d.ts.map