export const getter: () => any; export const setter: (value: any) => void; export const applyProperties: (instance: any, params: any) => void;