export declare class Package {
    static getName(): string;
    static getBugTrackerUrl(): string;
    static getVersion(): string;
    static getAuthorName(): string;
    static getAuthorUrl(): string;
}
