import PlaintextEndpoint from './../plaintext'; declare class PlaintextRobotsEndpoint extends PlaintextEndpoint> { protected process(): Promise; } export default PlaintextRobotsEndpoint;