export declare const company: {
    name: string[];
    suffix: string[];
    buzzwords: string[];
    bs: string[];
};
