export declare const shorthands: {
    description: string;
    filters: string[];
    helper?: string;
    shorthands: string[];
}[];
export declare const multiWordShorthands: {
    shorthands: string[];
    description: string;
    filters: string[];
    helper?: string;
}[];
export declare const singleWordShorthands: {
    shorthands: string[];
    description: string;
    filters: string[];
    helper?: string;
}[];
