export declare const completeParts: {
    type: string;
    actions: string[];
    views: number;
}[];
