/** * Return a list of all shortcuts that can apply * to a file for a TemplatEngine * * @param {List} engine * @param {string} filePath * @return {List} */ declare function listShortcuts(blocks: any, filePath: any): any; export default listShortcuts; //# sourceMappingURL=listShortcuts.d.ts.map