export declare const promote: {
    name: string;
    content: string;
    keys: number;
};
