export declare const within: (a: number, b: number, c: number) => boolean;
