import { PubConfig } from './schema'; export declare const getAll: (files: any[], config: any, block: any) => any; export declare const get: (key: string, value: string, files: any[], config: any, block: any) => any; export declare const getOne: (varName: string, key: string, value: string, files: any[], config: any, options: any) => any; export declare const registerAllPartials: (hb: any, config: PubConfig) => void; export declare const registerExternalPartials: (hb: any, config: PubConfig) => void; export declare const registerAllHelpers: (hb: any) => void; export declare const registerExternalHelpers: (hb: any, config: PubConfig) => void;