export function find({ url, type }: { url: any; type: any; }): any; export function convert({ template, body }: { template: any; body: any; }, options: any): any; export function match(expected: any, actual: any): any;