import { Rule } from "eslint"; import { GatsbyReduxStore } from "../redux"; export declare function isPageTemplate(s: GatsbyReduxStore, c: Rule.RuleContext): boolean; export declare function test(t: any): any;