export declare function buildOperationId(options: {
    project: string;
    feature: string | null;
    shared: boolean;
    backend: {
        project?: string | null;
        kind?: any;
        serverId?: string | null;
    } | undefined;
}, operation: string, controller: string): string;
