import { ContainerOptions, PropertyOptions } from './option'; export declare function serde(options: ContainerOptions | PropertyOptions): (target: any, context: DecoratorContext) => void;