export declare namespace FunctionCall {
    function onetimeCall<P>(f: (x: P) => void): (x: P) => void;
}
