import type { TSESTree } from "@typescript-eslint/types"; export declare function getPropertiesDefinitions(classDeclaration: TSESTree.ClassDeclaration): Array;