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