export declare const variableDeclaredButNeverUsed: Set; export declare const propertyDeclaretedButNeverUsed: Set; export declare const allImportsAreUnused: Set; export declare const unreachableCode: Set; export declare const unusedLabel: Set; export declare const fallThroughCaseInSwitch: Set; export declare const notAllCodePathsReturnAValue: Set; export declare const incorrectlyImplementsInterface: Set; export declare const cannotFindName: Set; export declare const extendsShouldBeImplements: Set; export declare const asyncOnlyAllowedInAsyncFunctions: Set; //# sourceMappingURL=errorCodes.d.ts.map