import { IJaenTemplate } from '../../../../types'; /** * Access the JaenTemplates */ export declare const useJaenTemplates: () => { templates: IJaenTemplate[]; isLoading: boolean; };