export default class ShouldCommand { private doc; private value; private originalFn; private getOptions; private elementId; private selector; constructor(document: Document, lastGetOptions: any, value: string, originalFn: any); process(): void; }