import type { PluginFn } from 'edge.js/types';
/**
 * The edge plugin for AdonisJS Session adds tags to read
 * flash messages
 */
export declare const edgePluginSession: PluginFn<undefined>;
