import { type ContainsSource } from './native-types'; export declare function containsFiles({ source }: ContainsSource): boolean;