interface StandardsRequest { level?: string; language?: string; ruleId?: string; } export declare function getCodeStandards(params: StandardsRequest): Promise; export {};