export function fetchActionPrint({ id, model }: { id: any; model: any; }): Promise<{ templateSet: any; fileName: any; error: any; } | {}>; export function searchPrintingTemplate({ searchValue, page, idList, }: { searchValue?: any; page?: number; idList: any; }): Promise; export function fetchFileToPrint({ id, model, printingTemplate }: { id: any; model: any; printingTemplate: any; }): Promise<{ error: any; fileName: any; }>;