import type { ShortSnapshot } from "../types.js"; export interface ShortInterestArgs { ticker: string; periodsBack?: number; } export declare function shortInterest(args: ShortInterestArgs): Promise;