import type { App } from '../app.js';
/**
 * Default condition plugin.
 */
export default function defaultConditionsPlugin(app: App): void;
