export default class Secret { readonly text: string; constructor(text: string); }