/**
 * Provides constants for the package.
 */
export declare class Constants {
    /**
     * The name of the invariant culture.
     */
    private static invariantCultureName;
    /**
     * Gets the name of the invariant culture.
     */
    static get InvariantCultureName(): string;
}
