export declare const DEFAULT_CALLBACK_METADATA: {
    [x: string]: {
        index: number;
        data: any;
        pipes: any[];
    };
};
