import type * as t from '@babel/types';
export declare function identifier(name: string): t.Identifier;
export declare function isIdentifier(node: t.Node | null | undefined): node is t.Identifier;
export declare function assertIdentifier(node: t.Node | null | undefined): asserts node is t.Identifier;
//# sourceMappingURL=identifier.d.ts.map