import ts from 'typescript'; export declare function getGetAccessor(node: ts.SetAccessorDeclaration): ts.GetAccessorDeclaration | undefined; export declare function getSetAccessor(node: ts.GetAccessorDeclaration): ts.SetAccessorDeclaration | undefined;