import { ScriptProps } from "./gatsby-script"; export declare const collectedScriptsByPage: { get(pathname: string): Array; set(pathname: string, collectedScript: ScriptProps): void; delete(pathname: string): void; };