/** @internal */
export declare function GetDirectStore(target: any): any;
/**
 * @returns the list of properties flagged as serializable
 * @param target host object
 */
export declare function GetMergedStore(target: any): any;
