export declare function get_args(): Promise<{
    [x: string]: unknown;
    s: boolean;
    _: (string | number)[];
    $0: string;
}>;
