export declare function initPropertiesFromSource<T extends Record<string, any>>(source: T, destination: Partial<T>): void;
