export interface SiphonOptions {
    include?: string[];
    exclude?: string[];
    log?: boolean;
}
export declare function Siphon(options?: SiphonOptions): ClassDecorator;
