import type { Fn } from '@bemedev/types';
export declare const log10: Fn<[value: number], number>;
//# sourceMappingURL=log10.d.ts.map