import { InterfaceLiteralType } from "../../../types/InterfaceLiteralType"; export declare function areLiteralValuesEqual(typeA: InterfaceLiteralType, typeB: InterfaceLiteralType): boolean;