import { Get } from './Get';
export declare const asNumber: (n: unknown, alt?: Get<number>) => number;
