import type { ScriptProps } from "gatsby-script";
export declare function getForwards(collectedScripts: Array<ScriptProps>): Array<string>;
