export type BuildOptions = { t?: string; nocache?: boolean; pull?: boolean; platform?: string; }; export declare const PREFER_AMD64: BuildOptions;