/**
 * Go standard library and common package import strings.
 */
export declare function getLibs(): {
    timePackage: string;
    jsonPackage: string;
    fmtPackage: string;
};
