export declare function prefixFilter(obj: {
    [k: string]: any;
}, prefix: string): {
    [k: string]: any;
};
