import type { AppRouterInstance } from 'next/dist/shared/lib/app-router-context.shared-runtime.js';
type BackToDashboardProps = {
    adminRoute: string;
    router: AppRouterInstance;
    serverURL?: string;
};
export declare const handleBackToDashboard: ({ adminRoute, router, serverURL }: BackToDashboardProps) => void;
export {};
//# sourceMappingURL=handleBackToDashboard.d.ts.map