import type * as t from '@babel/types';
export declare function tsTypeLiteral(members: t.TSTypeElement[]): t.TSTypeLiteral;
export declare function isTSTypeLiteral(node: t.Node | null | undefined): node is t.TSTypeLiteral;
export declare function assertTSTypeLiteral(node: t.Node | null | undefined): asserts node is t.TSTypeLiteral;
//# sourceMappingURL=ts-type-literal.d.ts.map