import type { Plugin } from './types.cjs';
export declare function useUnhandledRoute(args: {
    graphqlEndpoint: string;
    showLandingPage: boolean;
}): Plugin;
