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