import { type ContainsSource } from './native-types'; export declare function getText({ source }: ContainsSource): string | null;