import { Priority } from './Priority';
export interface IAnnotations {
    oneTimeKey?: boolean;
    priority?: Priority;
}
