import { Addon } from "@watchedcom/schema"; export declare const validateAddonProps: (input: any) => T; export declare const getActionValidator: (addonType: string, action: string) => { request: (data: any) => any; response: (data: any) => any; };