export type ExistingAttachmentState = "ready" | "unrecognized" | "weak"; export declare function existingAttachmentState(projectDir: string): ExistingAttachmentState;