export default function omitDollarPrefixedKeys(source: {
    [x: string]: any;
}): {};
