import type * as t from '@babel/types';
export declare function stringTypeAnnotation(): t.StringTypeAnnotation;
export declare function isStringTypeAnnotation(node: t.Node | null | undefined): node is t.StringTypeAnnotation;
export declare function assertStringTypeAnnotation(node: t.Node | null | undefined): asserts node is t.StringTypeAnnotation;
//# sourceMappingURL=string-type-annotation.d.ts.map