export type PluginArgs = { footerText: string; }; export default function (args: PluginArgs): PagesFunction;