import { ActionSchema } from '../typings'; export declare const getActionSchema: (schema: ActionSchema, key: string) => ActionSchema | undefined;