import { Method } from './method';
export declare class Operator extends Method {
    constructor(name: string, objectIntializer?: Partial<Method>);
    readonly declaration: string;
}
//# sourceMappingURL=operator.d.ts.map