import type * as t from '@babel/types';
export declare function thisTypeAnnotation(): t.ThisTypeAnnotation;
export declare function isThisTypeAnnotation(node: t.Node | null | undefined): node is t.ThisTypeAnnotation;
export declare function assertThisTypeAnnotation(node: t.Node | null | undefined): asserts node is t.ThisTypeAnnotation;
//# sourceMappingURL=this-type-annotation.d.ts.map