export declare function getPrivate(instance: object): any;
export declare function setPrivate(instance: object, props: Record<string, any>): any;
