export declare class Received { input: unknown; isSimple: boolean; constructor(receivedInput: unknown); }