import type { AppPlugin } from "../..";
export type ShowRoutesOptions = {
    once?: boolean;
};
export declare function showRoutes({ once }?: ShowRoutesOptions): AppPlugin;
