export declare const resource: {
    name: string;
    displayName: string;
    description: string;
    operations: string[];
};
