import ts from 'typescript';
export declare function getFixedDecimals(type: ts.Type): number | undefined;
