export default class Action extends Component { _globals: import("../globals").Globals | undefined; _access: import("../access").Access | undefined; _componentFillerProps: ComponentFillerProps | undefined; _fillerProps: import("../component/component-filler-props").Getter | null | undefined; _fill(prop: any, preventQuery: any, customizer: any): any; _getFilled(names: any, preventQuery: any, customizer: any): any; _setFillerProps(props: any): void; _setWhereProps(where: any, props: any): void; _whereProps: {} | undefined; run(props: any, ...args: any[]): Promise; } import Component from "../component"; import ComponentFillerProps from "../component/component-filler-props";