import type { Application } from "../application.js";
export declare function debugRendererUrls(app: Application, { json, logs }?: {
    logs?: true;
    json?: boolean | undefined;
}): void;
