import { Entity } from '@stencila/schema';
import { Method } from '../types';
export declare const needed: (entity: Entity, method: Method) => boolean;
export declare const record: (entity: Entity, method: Method, seconds: number) => Entity;
