import { OpenapiNavigatorCertificateTemplatesRO } from '@escapenavigator/types/dist/navigator-certificate'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { country: string; }; type ResponseData = OpenapiNavigatorCertificateTemplatesRO; export declare const getNavigatorCertificateTemplates: ApiMethodDeclaration; export {};