import type * as t from '@babel/types';
export declare function decimalLiteral(value: string): t.DecimalLiteral;
export declare function isDecimalLiteral(node: t.Node | null | undefined): node is t.DecimalLiteral;
export declare function assertDecimalLiteral(node: t.Node | null | undefined): asserts node is t.DecimalLiteral;
//# sourceMappingURL=decimal-literal.d.ts.map