export declare const extract: {
    entries: <Value>(object: Record<string, Value> | Value[]) => [string, Value][];
};
