/** * Determines whether the given MIME type is suitable for code completion. * * @param mimeType - The MIME type of the current editor context. * @returns `true` if the MIME type supports code completion; otherwise, `false`. */ export declare function isHintableMimeType(mimeType: string): boolean;