export declare const adminActions: {
    name: string;
    value: string;
    description: string;
    action: string;
}[];
