/** * Used to ensure the file can be put in the indexfile (things like .test and .cli should not) * Also used to determine what is in the index file and thus what should be in the SDK */ export declare const isIndexableFileId: (fileId: string) => boolean; //# sourceMappingURL=isIndexableFileId.d.ts.map