import { Records } from '@techmely/types';

declare function pick(state: Records, paths: string | string[]): Records;

export { pick };
